home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.internetmci.com!panix!not-for-mail
- From: cmphil@panix.com (C. M. Phillips)
- Newsgroups: comp.lang.c
- Subject: Holidays and C programming
- Date: 4 Jan 1996 11:24:07 -0500
- Organization: PANIX Public Access Internet and UNIX, NYC
- Message-ID: <4cguv7$s5@panix2.panix.com>
- NNTP-Posting-Host: panix2.panix.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- I'm writing an application which I would like to have observe
- specific dates and holidays hopefully without creating a file every year
- with specific dates. For example, instead of explicitly stating the date
- for thanksgiving for the year, is there a way to sucessfully code an
- algorithm to determine the date of the holiday for a given year?
-
- Currently, this is a program for a unix environment.
-
- Thanks in advance.
-
-
-